⬆️(deps-dev): Bump the python-root group across 1 directory with 3 updates - #76
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #76 +/- ##
=======================================
Coverage 87.41% 87.41%
=======================================
Files 49 49
Lines 7272 7272
=======================================
Hits 6357 6357
Misses 915 915
🚀 New features to boost your workflow:
|
dependabot
Bot
force-pushed
the
dependabot/pip/python-root-1f61b83b95
branch
from
March 24, 2026 01:19
fc45067 to
0b450fd
Compare
…dates Bumps the python-root group with 3 updates in the / directory: [pytest-cov](https://github.com/pytest-dev/pytest-cov), [ruff](https://github.com/astral-sh/ruff) and [vulture](https://github.com/jendrikseipp/vulture). Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) Updates `ruff` from 0.15.2 to 0.15.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.2...0.15.7) Updates `vulture` from 2.14 to 2.15 - [Release notes](https://github.com/jendrikseipp/vulture/releases) - [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md) - [Commits](jendrikseipp/vulture@v2.14...v2.15) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-root - dependency-name: ruff dependency-version: 0.15.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-root - dependency-name: vulture dependency-version: '2.15' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-root ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/python-root-1f61b83b95
branch
from
March 24, 2026 08:06
0b450fd to
1743f5a
Compare
bearlike
pushed a commit
that referenced
this pull request
Jun 20, 2026
…workspace-scoped SCG — virtual MCP configs, memory-biased routing, scg_observe, live run streaming, session-full realtime, workspace graph view ## New features - Workspace virtual MCP config (#75): a workspace = name + instructions + MCP servers selected from the system-wide catalog, persisted as a DB-backed WorkspaceMcpConfig (CredentialStore sibling: one encode seam, secrets redacted outward). SearchRun grants resolve from it; WorkspaceSourceSync auto-maps newly-enabled live sources on save (idempotent, re-maps after a URL fix). Per-workspace graph = ScgScope, a scoped VIEW over the shared multiplex (sources allowlist on a ContextVar the router/tools respect) — not a store partition, per docs/features-search.md. - Memory-aware routing (#76): ScgRouter.route_with_memory blends polarity- weighted connector-corpus insights (ScgMemoryBias; +boost/-damp, zero-LLM) into recipe ranking; scg_route results carry capped memory_hints ("how to call this right"); deposits take polarity + workspace attribution. - scg_observe (Search-on-Graph, arXiv:2510.08825): the agent itself reads typed hops (SUPPORTS_QUERY/PRODUCES/CONSUMES/RESOLVES_TO), direction-aware, survey-then-filter on large nodes — engine ranks entries, agent navigates. - Graph-first structured runs (#77): workspace binding = ONE seam (WorkspaceGraphBinding) granting scg capability + graph tools to ANY run type. POST /v1/structured with a mapped workspace routes via the SCG, fans out scg-path-probe leaves, terminates at the schema-validated emit (scg-search-structured playbook); pathway/probe provenance on the run. - Live run streaming (#77, fixes the "Starting search…" wedge): RunEventStreamer projects session events onto the run event log AS they happen via core SessionEventBus; _settle reduced to terminal reconcile. Probe trace lanes carry real reasoning detail. - Session-full realtime (#78): /v1/structured/fast + /v1/draft/stream mint sessions with write-behind persistence (RealtimeSessionRecorder; TTFT never blocks on store writes), Langfuse traces, structured:/draft: origin tags; /v1/structured stamps provenance + X-Mewbo-Surface in _prepare. Console gains structured/draft origins behind the filter (hidden by default). - Workspace graph view (#79): GET /api/agentic_search/workspaces/<id>/graph projects the ScgGraphView multiplex (schema+memory+entity layers, redacted, ghost nodes for unmapped sources); console WorkspaceGraphDialog reuses the wiki graph renderer via injected GraphRenderConfig (3 layers + toggles). - Landing-page inertness (#80): /search never auto-executes — past-query chips/suggestions REPLAY stored runs (GET snapshot), localStorage run restore removed (?run= deep-link only), stale snapshots render by status, explicit "Run again" affordance. ## Stability - Search runs stamp surface + correct Langfuse session_type (search_run vs scg_map vs structured_run; named root traces, real done_reason) — runs now audit as one session: route -> spawn -> probes -> aggregate -> emit. - MCP tools: structured_query workspace param engages the graph-first path; get_structured_run carries pathway/probe provenance; projections typed. ## Docs - CLAUDE.md tree refreshed across api/agentic_search/scg/graph/core/console (decisions + seams, no bloat); plugin manifest gains scg_observe. Workstream tracker: #74 (umbrella) -> #75 #76 #77 #78 #79 #80; consumer side bearlike/SideStage#47.
bearlike
added a commit
that referenced
this pull request
Jun 20, 2026
…workspace-scoped SCG — virtual MCP configs, memory-biased routing, scg_observe, live run streaming, session-full realtime, workspace graph view ## New features - Workspace virtual MCP config (#75): a workspace = name + instructions + MCP servers selected from the system-wide catalog, persisted as a DB-backed WorkspaceMcpConfig (CredentialStore sibling: one encode seam, secrets redacted outward). SearchRun grants resolve from it; WorkspaceSourceSync auto-maps newly-enabled live sources on save (idempotent, re-maps after a URL fix). Per-workspace graph = ScgScope, a scoped VIEW over the shared multiplex (sources allowlist on a ContextVar the router/tools respect) — not a store partition, per docs/features-search.md. - Memory-aware routing (#76): ScgRouter.route_with_memory blends polarity- weighted connector-corpus insights (ScgMemoryBias; +boost/-damp, zero-LLM) into recipe ranking; scg_route results carry capped memory_hints ("how to call this right"); deposits take polarity + workspace attribution. - scg_observe (Search-on-Graph, arXiv:2510.08825): the agent itself reads typed hops (SUPPORTS_QUERY/PRODUCES/CONSUMES/RESOLVES_TO), direction-aware, survey-then-filter on large nodes — engine ranks entries, agent navigates. - Graph-first structured runs (#77): workspace binding = ONE seam (WorkspaceGraphBinding) granting scg capability + graph tools to ANY run type. POST /v1/structured with a mapped workspace routes via the SCG, fans out scg-path-probe leaves, terminates at the schema-validated emit (scg-search-structured playbook); pathway/probe provenance on the run. - Live run streaming (#77, fixes the "Starting search…" wedge): RunEventStreamer projects session events onto the run event log AS they happen via core SessionEventBus; _settle reduced to terminal reconcile. Probe trace lanes carry real reasoning detail. - Session-full realtime (#78): /v1/structured/fast + /v1/draft/stream mint sessions with write-behind persistence (RealtimeSessionRecorder; TTFT never blocks on store writes), Langfuse traces, structured:/draft: origin tags; /v1/structured stamps provenance + X-Mewbo-Surface in _prepare. Console gains structured/draft origins behind the filter (hidden by default). - Workspace graph view (#79): GET /api/agentic_search/workspaces/<id>/graph projects the ScgGraphView multiplex (schema+memory+entity layers, redacted, ghost nodes for unmapped sources); console WorkspaceGraphDialog reuses the wiki graph renderer via injected GraphRenderConfig (3 layers + toggles). - Landing-page inertness (#80): /search never auto-executes — past-query chips/suggestions REPLAY stored runs (GET snapshot), localStorage run restore removed (?run= deep-link only), stale snapshots render by status, explicit "Run again" affordance. ## Stability - Search runs stamp surface + correct Langfuse session_type (search_run vs scg_map vs structured_run; named root traces, real done_reason) — runs now audit as one session: route -> spawn -> probes -> aggregate -> emit. - MCP tools: structured_query workspace param engages the graph-first path; get_structured_run carries pathway/probe provenance; projections typed. ## Docs - CLAUDE.md tree refreshed across api/agentic_search/scg/graph/core/console (decisions + seams, no bloat); plugin manifest gains scg_observe. Workstream tracker: #74 (umbrella) -> #75 #76 #77 #78 #79 #80; consumer side bearlike/SideStage#47.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-root group with 3 updates in the / directory: pytest-cov, ruff and vulture.
Updates
pytest-covfrom 7.0.0 to 7.1.0Changelog
Sourced from pytest-cov's changelog.
Commits
66c8a52Bump version: 7.0.0 → 7.1.0f707662Make the examples use pypy 3.11.6049a78Make context test use the old ctracer (seems the new sysmon tracer behaves di...8ebf20bUpdate changelog.861d30eRemove the backup context manager - shouldn't be needed since coverage 5.0, ...fd4c956Pass the precision on the nulled total (seems that there's some caching goion...78c9c4eOnly run the 3.9 on older deps.4849a92Punctuation.197c35eUpdate changelog and hopefully I don't forget to publish release again :))14dc1c9Update examples to use 3.11 and make the adhoc layout example look a bit more...Updates
rufffrom 0.15.2 to 0.15.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
0ef39deBump 0.15.7 (#24049)beb543b[ty] ecosystem-analyzer: Fail on newly panicking projects (#24043)378fe73Don't show noqa hover for non-Python documents (#24040)b5665bd[pylint] Improve phrasing (PLC0208) (#24033)6e20f22test: migrateshow_settingsandversiontests to useCliTest(#23702)f99b284Drain file watcher events during test setup (#24030)744c996[ty] Filter out unsatisfiable inference attempts during generic call narrowin...1616095[ty] Avoid inferring intersection types for call arguments (#23933)7f275f4[ty] Pin mypy_primer insetup_primer_project.py(#24020)7255e36[pycodestyle] Recognizepyrefly:as a pragma comment (E501) (#24019)Updates
vulturefrom 2.14 to 2.15Release notes
Sourced from vulture's releases.
Changelog
Sourced from vulture's changelog.
Commits
6a4001fUpdate version number to 2.15 for release.ef9e6deFix release script.0649029Add release date.01b9ff5Add more ruff rules and fix warnings (#406)3d99061Add tests for Python 3.14 (#404)b11b7d4Drop support for Python 3.8 (#399)b9bcb58Switch from setup.py to pyproject.toml and use GitHub Actions for PyPI releases.3c2bef4Add whitelist for ssl.SSLContext (#392)1e210d9Add link to VS Code extension.4ecc149Update changelog and revise comment.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions